home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 21 / Mac Magazin and MacEasy Magazine CD - Issue 21.iso / Wissenschaft & Technik / yorick12vr1-ppc folder / gist / vgbox.gs < prev    next >
Text File  |  1995-07-26  |  2KB  |  52 lines

  1. # Gist boxed.gs drawing style
  2. # $Id: boxed.gs,v 1.1 1993/08/27 17:08:43 munro Exp $
  3.  
  4. # A single coordinate system on a portrait page with frame with big labels
  5. # This is more suitable for scale reduction or projection than boxed.gs.
  6. # Legends: None
  7.  
  8. # See work.gs for description of meanings
  9.  
  10. landscape= 0
  11.  
  12. # The default coordinate system template is identical to work.gs
  13. default = {
  14.   legend= 0,
  15.  
  16.   viewport= { 0.203, 0.633, 0.435, 0.865 },
  17.  
  18.   ticks= {
  19.  
  20.     horiz= {
  21.       nMajor= 4.5,  nMinor= 25.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
  22.       nDigits= 3,  gridLevel= 1,  flags= 0x02b,
  23.       tickOff= 0.0007,  labelOff= 0.016,
  24.       tickLen= { 0.0143, 0.0091, 0.0052, 0.0027, 0.0018 },
  25.       tickStyle= { color= -2,  type= 1,  width= 4.0 },
  26.       gridStyle= { color= -2,  type= 3,  width= 2.0 },
  27.       textStyle= { color= -2,  font= 0x08,  prec= 2,  height= 0.0312,
  28.         expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  29.         path= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
  30.       xOver= 0.405,  yOver= 0.360 },
  31.  
  32.     vert= {
  33.       nMajor= 4.5,  nMinor= 25.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
  34.       nDigits= 4,  gridLevel= 1,  flags= 0x02b,
  35.       tickOff= 0.0007,  labelOff= 0.010,
  36.       tickLen= { 0.0143, 0.0091, 0.0052, 0.0027, 0.0018 },
  37.       tickStyle= { color= -2,  type= 1,  width= 4.0 },
  38.       gridStyle= { color= -2,  type= 3,  width= 2.0 },
  39.       textStyle= { color= -2,  font= 0x08,  prec= 2,  height= 0.0312,
  40.         expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  41.         path= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
  42.       xOver= 0.160,  yOver= 0.360 },
  43.  
  44.     frame= 1,
  45.     frameStyle= { color= -2,  type= 1,  width= 4.0 }}}
  46.  
  47. system= { legend= "System 0" }
  48.  
  49. legends= { nlines= 0 }
  50.  
  51. clegends= { nlines= 0 }
  52.